TEE

Section: Misc. Reference Manual Pages (1L)
Index Return to Main Contents
 

NAME

tee - read from standard input and write to standard output and files  

SYNOPSIS

tee [-ai] [--append] [--ignore-interrupts] [file...]  

DESCRIPTION

This manual page documents the GNU version of tee. The tee command copies the standard input to the standard output and any files given as arguments. If a file being written to does not already exist, it is created. If a file being written to already exists, the data it previously contained is overwritten unless the -a option is used.  

OPTIONS

-a, --append
Append the standard input to the given files rather than overwriting them.
-i, --ignore-interrupts
Ignore interrupt signals.

The long-named options can be introduced with `+' as well as `--', for compatibility with previous releases. Eventually support for `+' will be removed, because it is incompatible with the POSIX.2 standard.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS

This document was created by man2html, using the manual pages.
Time: 16:12:19 GMT, September 10, 2022